Application::Open

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:58:03 1991
Index Return to Main Contents
 

NAME

Application::Open - instance method  

TEMPLATE

void Open()  

SPECIFIERS

public virtual  

DESCRIPTION

Open is called by the method HandleApplicationCommands when the user selects the open button from the application window or generally on the command cOPEN. It displays a file dialog created by the method MakeFileDialog to let the user select the file name of an existing document. When a document has been chosen the method CanOpenDocument is called to check whether the application is able to open the selected document. If this is the case the document is opened by the method OpenDocument. Method is rarely overridden.  

ARGUMENTS

none

 

RETURN ARGUMENT

void

 

CATEGORIES

document handling, application commands, overrider interface

 

FIRST DEFINITION

class Application  

FILES

implementation:
Application.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:32 GMT, March 30, 2022